From: Richard M. Stallman Date: Mon, 1 Mar 1993 09:02:07 +0000 (+0000) Subject: (syms_of_cmds): Typo in last change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~97091 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a7b19b15b3ade4e7d20756f06075428f45c4ef77;p=emacs.git (syms_of_cmds): Typo in last change. --- diff --git a/src/cmds.c b/src/cmds.c index b927047e1c0..de186a1050d 100644 --- a/src/cmds.c +++ b/src/cmds.c @@ -338,7 +338,7 @@ syms_of_cmds () "*Non-nil means overwrite mode treats tab and newline normally.\n\ Ordinarily, overwriting preserves a tab until its whole width is overwritten\n\ and never replaces a newline."); - overwrite_tabs_mode = 1; + overwrite_binary_mode = 1; DEFVAR_LISP ("blink-paren-function", &Vblink_paren_function, "Function called, if non-nil, whenever a close parenthesis is inserted.\n\